Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Octokit from 13.0.1 to 14.0.0 #2067

Merged
merged 1 commit into from
Jan 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps Octokit from 13.0.1 to 14.0.0.

Release notes

Sourced from Octokit's releases.

v14.0.0

What's Changed

Breaking changes

Note: The breaking changes in this release primarily deal with moving the last remaining Int32 to Int64 conversions. This change, while breaking, should have nominal impact.

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v13.0.1...v14.0.0

Commits
  • 7fa5b0f BREAKING CHANGE: Use long type for reading PunchCard statistics, just in case...
  • ffd1b40 BREAKING CHANGE: Issue ID should be a long (#2962)
  • 7c6c08f fix: Reduce string allocations during SimpleJson.ParseString (#2977)
  • 4f892d6 feat: Add optional cancellation token for oauth client
  • f9fb116 [FEAT]: Add support for Public Keys API (#2945)
  • 6eefc59 Bump Microsoft.NET.Test.Sdk and Microsoft.NETFramework.ReferenceAssemblies (#...
  • 82ce1d5 Bump Cake.Frosting from 4.0.0 to 4.2.0 in /build (#2978)
  • bd51f93 Bump NSubstitute from 5.1.0 to 5.3.0 (#2979)
  • 28ae4ef Bump xunit from 2.9.1 to 2.9.2 (#2972)
  • 8b0945c Bump xunit from 2.9.0 to 2.9.1 (#2968)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from Cyberboss as a code owner January 10, 2025 09:28
@dependabot dependabot bot added the Dependencies Related to updating dependant libraries label Jan 10, 2025
Copy link
Contributor

Set the milestone to the next minor version, check for supply chain attacks, and then add the CI Cleared label to allow CI to run.

@tgstation-server-ci tgstation-server-ci bot added the CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution label Jan 10, 2025
@Cyberboss Cyberboss added this to the v6.13.0 milestone Jan 11, 2025
@Cyberboss Cyberboss added the CI Cleared Apply this to a pull request from a fork to allow it to run the CI suite label Jan 11, 2025
@tgstation-server-ci tgstation-server-ci bot removed the CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution label Jan 11, 2025
@Cyberboss
Copy link
Member

@dependabot rebase

Bumps [Octokit](https://github.com/octokit/octokit.net) from 13.0.1 to 14.0.0.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v13.0.1...v14.0.0)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Octokit-14.0.0 branch from 96da881 to 72a4805 Compare January 18, 2025 23:24
@tgstation-server-ci tgstation-server-ci bot added CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution and removed CI Cleared Apply this to a pull request from a fork to allow it to run the CI suite labels Jan 18, 2025
@Cyberboss Cyberboss added the CI Cleared Apply this to a pull request from a fork to allow it to run the CI suite label Jan 19, 2025
@tgstation-server-ci tgstation-server-ci bot removed the CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution label Jan 19, 2025
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.63%. Comparing base (157de8b) to head (72a4805).
Report is 14 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2067      +/-   ##
==========================================
- Coverage   95.64%   95.63%   -0.01%     
==========================================
  Files         811      811              
  Lines      175253   175253              
  Branches     3555     3555              
==========================================
- Hits       167614   167610       -4     
- Misses       7069     7073       +4     
  Partials      570      570              

@tgstation-server-ci tgstation-server-ci bot merged commit fe813fb into dev Jan 19, 2025
85 of 88 checks passed
@tgstation-server-ci tgstation-server-ci bot deleted the dependabot/nuget/Octokit-14.0.0 branch January 19, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Cleared Apply this to a pull request from a fork to allow it to run the CI suite Dependencies Related to updating dependant libraries size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant